html incliude all css from folder

37

<link href="master.css" type="text/css" />

In the master.css import other styles:

@import url(style1.css);
@import url(style2.css);
@import url(style3.css);

Comments

Submit
0 Comments